<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.s_button5 {
  background: #f5f5f5;
  color: #000;
  font-size: 16px;
  padding: 12px 0 !important;
  border: none !important;
  transition: all 0.5s;
}
.s_button5:hover {
  background: var(--main-color);
  font-size: 16px;
  color: #fff;
}
</pre></body></html>